home *** CD-ROM | disk | FTP | other *** search
/ Tandy Sensation 2 / Tandy Sensation II System.iso / makstart.bat next >
DOS Batch File  |  1993-08-02  |  116b  |  8 lines

  1. @echo off
  2. cd \startup
  3. format a: /u /s
  4. if errorlevel 1 goto done
  5. label a: < \start.id
  6. xcopy . a:\ /s /v
  7. :done
  8.